home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / ucb_logoPPC / source / config.h.in < prev    next >
Encoding:
Text File  |  1997-02-17  |  1.7 KB  |  68 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if you need to in order for stat and other things to work.  */
  4. #undef _POSIX_SOURCE
  5.  
  6. /* Define as the return type of signal handlers (int or void).  */
  7. #undef RETSIGTYPE
  8.  
  9. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  10. #undef size_t
  11.  
  12. /* Define if you have the ANSI C header files.  */
  13. #undef STDC_HEADERS
  14.  
  15. /* Define if you have the matherr function.  */
  16. #undef HAVE_MATHERR
  17.  
  18. /* Define if you have the sigsetmask function.  */
  19. #undef HAVE_SIGSETMASK
  20.  
  21. /* Define if you have the sigvec function.  */
  22. #undef HAVE_SIGVEC
  23.  
  24. /* Define if you have the srandom function.  */
  25. #undef HAVE_SRANDOM
  26.  
  27. /* Define if you have the usleep function.  */
  28. #undef HAVE_USLEEP
  29.  
  30. /* Define if you have the memcpy function.  */
  31. #undef HAVE_MEMCPY
  32.  
  33. /* Define if you have the <sgtty.h> header file.  */
  34. #undef HAVE_SGTTY_H
  35.  
  36. /* Define if you have the <termio.h> header file.  */
  37. #undef HAVE_TERMIO_H
  38.   
  39. /* Define if you have the <unistd.h> header file.  */
  40. #undef HAVE_UNISTD_H
  41.   
  42. /* Define if you have the <string.h> header file.  */
  43. #undef HAVE_STRING_H
  44.   
  45. /* Define if you have the <termcap.h> header file.  */
  46. #undef HAVE_TERMCAP_H
  47.   
  48. /* Define if you have the <termlib.h> header file.  */
  49. #undef HAVE_TERMLIB_H
  50.   
  51. /* Define if you have the <curses.h> header file.  */
  52. #undef HAVE_CURSES_H
  53.  
  54. /* Define if you have the BSD library (-lBSD).  */
  55. #undef HAVE_LIBBSD
  56.  
  57. /* Define if you have the curses library (-lcurses).  */
  58. #undef HAVE_LIBCURSES
  59.  
  60. /* Define if you have the m library (-lm).  */
  61. #undef HAVE_LIBM
  62.  
  63. /* Define if you have the termcap library (-ltermcap).  */
  64. #undef HAVE_LIBTERMCAP
  65.  
  66. /* Define if you have the termlib library (-ltermlib).  */
  67. #undef HAVE_LIBTERMLIB
  68.